From: Stefan Monnier Date: Sun, 28 Mar 2004 21:33:53 +0000 (+0000) Subject: (gdb-post-prompt): Fix test. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~23459 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=8d731b0d805f75a5a5d5ea003663bf785bbe5e2a;p=emacs.git (gdb-post-prompt): Fix test. --- diff --git a/lisp/progmodes/gdb-ui.el b/lisp/progmodes/gdb-ui.el index 08a5a2ccbd3..31589184293 100644 --- a/lisp/progmodes/gdb-ui.el +++ b/lisp/progmodes/gdb-ui.el @@ -778,7 +778,8 @@ output from the current command if that happens to be appropriate." (gdb-invalidate-registers) (gdb-invalidate-locals) (gdb-invalidate-threads) - (unless (eq window-system 'mac) + (unless (eq system-type 'darwin) ;Breaks on Darwin's GDB-5.3. + ;; FIXME: with GDB-6 on Darwin, this might very well work. (dolist (frame (frame-list)) (when (string-equal (frame-parameter frame 'name) "Speedbar") (setq gdb-var-changed t) ; force update